home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 18 / AMIGAplus Sonderheft 18 (1999)(ICP)(DE)[!].iso / Patch / etwPatch / key_example < prev    next >
Text File  |  1998-11-15  |  1KB  |  60 lines

  1. This is an example keyboard configuration for ETW, lines
  2. not beginning with 0-9 are treated as comment!
  3. To use this as BLUE team definition call this file "key_blue" and
  4. place it in the executables directory, to use it as RED team definition
  5. call it "key_red".
  6.  
  7. If you use "KEYBOARD 1"  control mode you can edit or specify only the
  8. first SIX keys, otherwise you'll have to specify TEN keys (KEYBOARD 2
  9. is the joypad control ported on the keyboard). Use the keyboard control
  10. only if you own an amiga native keyboard since PC keyboards aren't able
  11. to handle correctly multiple keypress.
  12.  
  13. This file may also be a 10 line file with 10 numbers, each number
  14. is the RAWKEY code of a particular key. Rawkey definitions are available
  15. in the hardware manual and with a simple program that prints
  16. the IDCMP_RAWKEY codes of a window.
  17.  
  18. 37
  19.  
  20. N -> UP
  21.  
  22. 55
  23.  
  24. M -> RIGHT
  25.  
  26. 54
  27.  
  28. N-> DOWN
  29.  
  30. 53
  31.  
  32. B-> LEFT
  33.  
  34. 101
  35.  
  36. ALT -> RED (joy button 1)
  37.  
  38. 97
  39.  
  40. RIGHT SHIFT -> BLUE (joy button 2)
  41.  
  42. The following definition are needed only if you use the KEYBOARD 2 / JOYPAD-like control,
  43. look at the ETW manual to see how the various joypad keys works.
  44.  
  45. 68
  46.  
  47. RETURN -> YELLOW
  48.  
  49. 65
  50.  
  51. BACKSPACE -> GREEN
  52.  
  53. 96
  54.  
  55. LEFT SHIFT -> FORWARD (run)
  56.  
  57. 66
  58.  
  59. TAB -> REVERSE (change active)
  60.